TypeObject

data class TypeObject(name: String)

Describes a type collected during runtime.

Constructors

TypeObject
Link copied to clipboard
fun TypeObject(name: String)

Properties

name
Link copied to clipboard
val name: String
Name of a type collected with type profiling.

Sources

jvm source
Link copied to clipboard